home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 4 / MacFormat n. 4 (Spain) / MacFormat 4.bin / Demos / Dazzleoids / SHARED.DIR / 00843.ls < prev    next >
Encoding:
Text File  |  1994-10-13  |  331 b   |  16 lines

  1. on mouseUp
  2.   global lastSpot
  3.   thislocation()
  4.   if char 2 of word 1 of string(lastSpot) = "1" then
  5.     puppetSound("WaitLoop")
  6.     play frame "ender"
  7.     go(1, "S1Map")
  8.   else
  9.     if char 2 of word 1 of string(lastSpot) = "2" then
  10.       puppetSound("WaitLoop")
  11.       play frame "ender"
  12.       go(1, "S2Map")
  13.     end if
  14.   end if
  15. end
  16.